home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / sc3x04.exe / GETOBDSK.DOC < prev    next >
Text File  |  1992-10-09  |  1KB  |  32 lines

  1.  
  2.  
  3.  
  4.  
  5.                        GetObjectDiskRestrictions
  6.  
  7.     This call returns the disk restrictions on a volume for the 
  8.     specified bindery object.  The restrictions are returned in 
  9.     units of 4K blocks.                                            
  10.  
  11.     Function 22 (16h)
  12.  
  13.     Request Buffer
  14.  
  15.         Offset   Request Packet Contents        Bytes    Remarks
  16.         ------   ---------------------------    -----    -------
  17.         0        Sub-function Structure Len     2        Length of Request 
  18.         2        41 (29h)                       1
  19.         3        Volume Number                  1
  20.         4        Object ID                      4        High/Low
  21.  
  22.     Reply Buffer
  23.  
  24.         Offset   Request Packet Contents        Bytes    Remarks
  25.         ------   ---------------------------    -----    -------
  26.         0        Restriction                    4
  27.         4        In Use                         4
  28.  
  29.     Note:  This call will succeed if the Object ID is invalid an no
  30.     restriction will be returned.  
  31.  
  32.